home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 November: Tool Chest / Dev.CD Nov 96 TC / Dev.CD Nov 96 TC.toast / Sample Code / Snippets / Development Tools & Languages / Shared Lib. Mgr. C++ / Sources / Process.r < prev    next >
Encoding:
Text File  |  1992-08-30  |  792 b   |  23 lines  |  [TEXT/MPS ]

  1. /* _________________________________________________________________________________________________________ //
  2.   Copyright © 1992 Apple Computer, Inc. All rights reserved.
  3.   Macintosh Developer Technical Support.C++ Macintosh Toolbox Framework.
  4.   Date: August 10, 1992 22:37:24
  5.   Revision comments are at the end of this file.
  6.   ---
  7.   TProcess is a Process Manager class.
  8.   Process.r contains the resource information for the TProcess SLM class construction.
  9.   _________________________________________________________________________________________________________ */
  10.  
  11. #include "SLMVersionResource.r"
  12.  
  13.  
  14. INCLUDE "ProcessNV.RSRC" 'libr';
  15. INCLUDE "Process.RSRC" 'CODE' as 'code';
  16.  
  17.  
  18.  
  19. /*    Change History (most recent last):
  20.   No        Init.    Date        Comment
  21.   1            khs        8/10/92        New file, SLM support
  22. */
  23.